Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/lib/libkern Unconditionally add strstr.c. Bill Studenmund.



details:   https://anonhg.NetBSD.org/src/rev/bb374f7131bf
branches:  trunk
changeset: 537702:bb374f7131bf
user:      junyoung <junyoung%NetBSD.org@localhost>
date:      Fri Oct 04 20:00:00 2002 +0000

description:
Unconditionally add strstr.c. Bill Studenmund.

diffstat:

 sys/lib/libkern/Makefile |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r 545b0fe42fac -r bb374f7131bf sys/lib/libkern/Makefile
--- a/sys/lib/libkern/Makefile  Fri Oct 04 19:39:54 2002 +0000
+++ b/sys/lib/libkern/Makefile  Fri Oct 04 20:00:00 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.66 2002/10/04 18:39:52 junyoung Exp $
+#      $NetBSD: Makefile,v 1.67 2002/10/04 20:00:00 junyoung Exp $
 
 LIB=   kern
 NOPIC= # defined
@@ -39,9 +39,7 @@
 SRCS+= __cmsg_alignbytes.c inet_addr.c intoa.c md4c.c md5c.c sha1.c pmatch.c
 SRCS+= _que.c arc4random.c
 
-.if (${MACHINE_ARCH} == "i386")
 SRCS+= strstr.c
-.endif
 
 # Files to clean up
 CLEANFILES+= lib${LIB}.o lib${LIB}.po



Home | Main Index | Thread Index | Old Index