diff options
author | Ted Lemon <source@isc.org> | 1999-04-25 13:17:17 +0000 |
---|---|---|
committer | Ted Lemon <source@isc.org> | 1999-04-25 13:17:17 +0000 |
commit | 61629d48761f903c6631a039292c73adc16f18f4 (patch) | |
tree | ec86390fa4ec3588a743993505770c28ef2b208d /common/dlpi.c | |
parent | b268969263fbc9f640299dca040ec613ccab2093 (diff) | |
download | isc-dhcp-61629d48761f903c6631a039292c73adc16f18f4.tar.gz |
Only one binary file copyright required.
Diffstat (limited to 'common/dlpi.c')
-rw-r--r-- | common/dlpi.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/common/dlpi.c b/common/dlpi.c index 4acefbe7..b02522ef 100644 --- a/common/dlpi.c +++ b/common/dlpi.c @@ -70,7 +70,7 @@ #ifndef lint static char copyright[] = -"$Id: dlpi.c,v 1.10 1999/04/23 22:06:29 mellon Exp $ Copyright (c) 1998, 1999 The Internet Software Consortium. All rights reserved.\n"; +"$Id: dlpi.c,v 1.11 1999/04/25 13:17:17 mellon Exp $ Copyright (c) 1998, 1999 The Internet Software Consortium. All rights reserved.\n"; #endif /* not lint */ #include "dhcpd.h" @@ -111,11 +111,6 @@ static char copyright[] = # define ABS(x) ((x) >= 0 ? (x) : 0-(x)) # endif -#ifndef lint -static char copyright[] = -"$Id: dlpi.c,v 1.10 1999/04/23 22:06:29 mellon Exp $ Copyright (c) 1998, 1999 The Internet Software Consortium. All rights reserved.\n"; -#endif /* not lint */ - static int strioctl PROTO ((int fd, int cmd, int timeout, int len, char *dp)); #define DLPI_MAXDLBUF 8192 /* Buffer size */ |