From 173d01b7c1e9a5d7ba5a6c696a8019061dc41bda Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Sun, 1 Jun 2003 17:00:41 +0000 Subject: 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 --- sys/lib/libsa/netif.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/lib/libsa/netif.h') 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 */ -- cgit v1.2.3