diff options
author | deraadt <> | 2000-08-22 19:04:42 +0000 |
---|---|---|
committer | deraadt <> | 2000-08-22 19:04:42 +0000 |
commit | 5a4c87da3ac47eee8dfc7d3063cd82adc978f804 (patch) | |
tree | 53c09db1b4dbe906dbdb6e462b22a072a36a5bad /src/lib/libc/net/ethers.c | |
parent | 0b8661f0548bff2257dd1d248c5694aa4dd4ffcb (diff) | |
download | openbsd-5a4c87da3ac47eee8dfc7d3063cd82adc978f804.tar.gz openbsd-5a4c87da3ac47eee8dfc7d3063cd82adc978f804.tar.bz2 openbsd-5a4c87da3ac47eee8dfc7d3063cd82adc978f804.zip |
Wall
Diffstat (limited to 'src/lib/libc/net/ethers.c')
-rw-r--r-- | src/lib/libc/net/ethers.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/lib/libc/net/ethers.c b/src/lib/libc/net/ethers.c index 94ae5c996a..1124e43253 100644 --- a/src/lib/libc/net/ethers.c +++ b/src/lib/libc/net/ethers.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ethers.c,v 1.10 1998/11/18 23:28:54 deraadt Exp $ */ | 1 | /* $OpenBSD: ethers.c,v 1.11 2000/08/22 19:04:41 deraadt Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com> | 4 | * Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com> |
@@ -34,7 +34,7 @@ | |||
34 | */ | 34 | */ |
35 | 35 | ||
36 | #if defined(LIBC_SCCS) && !defined(lint) | 36 | #if defined(LIBC_SCCS) && !defined(lint) |
37 | static char rcsid[] = "$OpenBSD: ethers.c,v 1.10 1998/11/18 23:28:54 deraadt Exp $"; | 37 | static char rcsid[] = "$OpenBSD: ethers.c,v 1.11 2000/08/22 19:04:41 deraadt Exp $"; |
38 | #endif /* LIBC_SCCS and not lint */ | 38 | #endif /* LIBC_SCCS and not lint */ |
39 | 39 | ||
40 | #include <sys/types.h> | 40 | #include <sys/types.h> |
@@ -49,6 +49,9 @@ static char rcsid[] = "$OpenBSD: ethers.c,v 1.10 1998/11/18 23:28:54 deraadt Exp | |||
49 | #include <stdlib.h> | 49 | #include <stdlib.h> |
50 | #include <string.h> | 50 | #include <string.h> |
51 | #include <ctype.h> | 51 | #include <ctype.h> |
52 | #ifdef YP | ||
53 | #include <rpcsvc/ypclnt.h> | ||
54 | #endif | ||
52 | 55 | ||
53 | #ifndef _PATH_ETHERS | 56 | #ifndef _PATH_ETHERS |
54 | #define _PATH_ETHERS "/etc/ethers" | 57 | #define _PATH_ETHERS "/etc/ethers" |