diff options
| author | Roy Marples <roy@marples.name> | 2008-04-26 07:39:23 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2008-04-26 07:39:23 +0000 |
| commit | f409012f02fb430b9684427ab8b298942f185768 (patch) | |
| tree | 502340c3e69601fd19cdaef75d86fe5b87564369 /socket.c | |
| parent | e803c75860062fa1f3bf72330830ae4020bdfded (diff) | |
| download | dhcpcd-f409012f02fb430b9684427ab8b298942f185768.tar.xz | |
Repair whitespace damage.
Diffstat (limited to 'socket.c')
| -rw-r--r-- | socket.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -102,7 +102,7 @@ open_socket(struct interface *iface, int protocol) if ((s = socket(PF_PACKET, SOCK_DGRAM, htons(protocol))) == -1) return -1; - + close_on_exec(s); memset(&su, 0, sizeof(su)); su.sll.sll_family = PF_PACKET; |
