summaryrefslogtreecommitdiff
path: root/sys/lib/libsa/netif.h
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2003-06-01 17:00:41 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2003-06-01 17:00:41 +0000
commit173d01b7c1e9a5d7ba5a6c696a8019061dc41bda (patch)
tree8c8b7bb08108dca24afcee3bbe301e8ba6f76e81 /sys/lib/libsa/netif.h
parent3e42965de9054a39afc4957c4f099218e709ae51 (diff)
strcpy/strcat/sprintf removal in all bootblocks. various testing by
various people. outside of some messy things in src/gnu, only one thing in the main tree now violates this rule: bind
Diffstat (limited to 'sys/lib/libsa/netif.h')
-rw-r--r--sys/lib/libsa/netif.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/lib/libsa/netif.h b/sys/lib/libsa/netif.h
index a9c87d47c36..622cb486477 100644
--- a/sys/lib/libsa/netif.h
+++ b/sys/lib/libsa/netif.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: netif.h,v 1.4 2002/03/14 01:27:07 millert Exp $ */
+/* $OpenBSD: netif.h,v 1.5 2003/06/01 17:00:33 deraadt Exp $ */
/* $NetBSD: netif.h,v 1.4 1995/09/14 23:45:30 pk Exp $ */
#ifndef __SYS_LIBNETBOOT_NETIF_H
@@ -60,5 +60,5 @@ int netif_open(void *);
int netif_close(int);
struct iodesc *socktodesc(int);
-
+
#endif /* __SYS_LIBNETBOOT_NETIF_H */