summaryrefslogtreecommitdiff
path: root/libexec/identd/identd.c
diff options
context:
space:
mode:
authorkstailey <kstailey@cvs.openbsd.org>1997-07-23 20:36:38 +0000
committerkstailey <kstailey@cvs.openbsd.org>1997-07-23 20:36:38 +0000
commitd9b1dcb4075c28b48d11ddb5c3e1458c9daccb48 (patch)
tree6b917d8983c06c9866c3f344b7bbe2fb04298dec /libexec/identd/identd.c
parenteefc100af7038758ef196421c9c5b73507bab513 (diff)
tabify
Diffstat (limited to 'libexec/identd/identd.c')
-rw-r--r--libexec/identd/identd.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/libexec/identd/identd.c b/libexec/identd/identd.c
index fee2e467576..7e061734836 100644
--- a/libexec/identd/identd.c
+++ b/libexec/identd/identd.c
@@ -1,7 +1,7 @@
/*
-** $Id: identd.c,v 1.3 1996/12/22 03:41:14 tholo Exp $
+** $Id: identd.c,v 1.4 1997/07/23 20:36:27 kstailey Exp $
**
-** identd.c A TCP/IP link identification protocol server
+** identd.c A TCP/IP link identification protocol server
**
** This program is in the public domain and may be used freely by anyone
** who wants to.
@@ -70,7 +70,7 @@ extern int errno;
#endif
#ifndef FD_ZERO
-# define FD_ZERO(p) bzero((char *)(p), sizeof(*(p)))
+# define FD_ZERO(p) bzero((char *)(p), sizeof(*(p)))
#endif
extern char *version;
@@ -250,7 +250,7 @@ int main(argc,argv)
switch (argv[i][1])
{
case 'b': /* Start as standalone daemon */
- background_flag = 1;
+ background_flag = 1;
break;
case 'w': /* Start from Inetd, wait mode */