diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2004-05-03 19:56:09 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2004-05-03 19:56:09 +0000 |
commit | f614fff3d68c13a83e855c43b135e5245fb84f73 (patch) | |
tree | eb45fe7c9bd78e6d59249be1660937dedf953028 /lib/libc/string/Makefile.inc | |
parent | 3e724a215d8e192e2ffa83ae2333878938dbbbdb (diff) |
Missed this in the __strerror() removal.
Diffstat (limited to 'lib/libc/string/Makefile.inc')
-rw-r--r-- | lib/libc/string/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/string/Makefile.inc b/lib/libc/string/Makefile.inc index 26e2bc10f2a..902cf83cefe 100644 --- a/lib/libc/string/Makefile.inc +++ b/lib/libc/string/Makefile.inc @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile.inc,v 1.12 2003/02/20 03:20:09 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.13 2004/05/03 19:56:08 millert Exp $ # string sources .PATH: ${LIBCSRCDIR}/arch/${MACHINE_ARCH}/string ${LIBCSRCDIR}/string SRCS+= bm.c memccpy.c strcasecmp.c strcoll.c strdup.c strerror.c \ strerror_r.c strlcat.c strmode.c strsignal.c strtok.c strxfrm.c \ - __strerror.c __strsignal.c + __strsignal.c # machine-dependent net sources # m-d Makefile.inc must include sources for: |