diff options
author | 2003-06-01 17:00:26 +0000 | |
---|---|---|
committer | 2003-06-01 17:00:26 +0000 | |
commit | 1ee9984c4f4397b4e37dd231ed72dcab53ea0dff (patch) | |
tree | eac83456bbe224ca5a01b23024644072301555e9 /sys/lib/libkern/arch/vax | |
parent | sync (diff) | |
download | wireguard-openbsd-1ee9984c4f4397b4e37dd231ed72dcab53ea0dff.tar.xz wireguard-openbsd-1ee9984c4f4397b4e37dd231ed72dcab53ea0dff.zip |
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/libkern/arch/vax')
-rw-r--r-- | sys/lib/libkern/arch/vax/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/lib/libkern/arch/vax/Makefile.inc b/sys/lib/libkern/arch/vax/Makefile.inc index 6ac2e2c903c..2ca3980045d 100644 --- a/sys/lib/libkern/arch/vax/Makefile.inc +++ b/sys/lib/libkern/arch/vax/Makefile.inc @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile.inc,v 1.6 2000/12/18 18:40:47 provos Exp $ +# $OpenBSD: Makefile.inc,v 1.7 2003/06/01 17:00:32 deraadt Exp $ # $NetBSD: Makefile.inc,v 1.2 1996/04/13 01:17:58 cgd Exp $ SRCS+= __main.c imax.c imin.c lmax.c lmin.c max.c min.c ulmax.c ulmin.c \ memchr.c memcmp.c \ - strcat.c strcmp.c strcpy.c strlcat.c strlcpy.c strlen.c strncmp.c \ + strcmp.c strlcat.c strlcpy.c strlen.c strncmp.c \ strncpy.c scanc.c skpc.c strncasecmp.c |