diff options
Diffstat (limited to 'usr.sbin/bootpd/getif.h')
-rw-r--r-- | usr.sbin/bootpd/getif.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/usr.sbin/bootpd/getif.h b/usr.sbin/bootpd/getif.h deleted file mode 100644 index c51dafd2095a..000000000000 --- a/usr.sbin/bootpd/getif.h +++ /dev/null @@ -1,7 +0,0 @@ -/* getif.h */ - -#ifdef __STDC__ -extern struct ifreq *getif(int, struct in_addr *); -#else -extern struct ifreq *getif(); -#endif |