diff options
| author | Alfred Perlstein <alfred@FreeBSD.org> | 2002-05-28 18:31:41 +0000 |
|---|---|---|
| committer | Alfred Perlstein <alfred@FreeBSD.org> | 2002-05-28 18:31:41 +0000 |
| commit | 5ed136e814a98e845927fffa6aa7c497dbd8fa5e (patch) | |
| tree | 742976ab3a4d7a3a0d4e1f5dbe4d502844b37e9c /libexec/bootpd/getether.h | |
| parent | 59b19ff14a36bb975819fff8c7bd8648a9b29537 (diff) | |
Notes
Diffstat (limited to 'libexec/bootpd/getether.h')
| -rw-r--r-- | libexec/bootpd/getether.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/libexec/bootpd/getether.h b/libexec/bootpd/getether.h index 2f98299278c6..026df158b50c 100644 --- a/libexec/bootpd/getether.h +++ b/libexec/bootpd/getether.h @@ -1,7 +1,4 @@ /* getether.h */ +/* $FreeBSD$ */ -#ifdef __STDC__ extern int getether(char *ifname, char *eaptr); -#else -extern int getether(); -#endif |
