Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/include make some files symlinks from sys.
details: https://anonhg.NetBSD.org/src/rev/2b865d61d4cf
branches: trunk
changeset: 552720:2b865d61d4cf
user: christos <christos%NetBSD.org@localhost>
date: Wed Oct 01 01:35:39 2003 +0000
description:
make some files symlinks from sys.
diffstat:
include/Makefile | 6 +++---
include/md4.h | 8 --------
include/md5.h | 8 --------
include/sha1.h | 8 --------
4 files changed, 3 insertions(+), 27 deletions(-)
diffs (60 lines):
diff -r f7a528c094ac -r 2b865d61d4cf include/Makefile
--- a/include/Makefile Wed Oct 01 01:31:20 2003 +0000
+++ b/include/Makefile Wed Oct 01 01:35:39 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.113 2003/09/09 22:10:33 itojun Exp $
+# $NetBSD: Makefile,v 1.114 2003/10/01 01:35:39 christos Exp $
# @(#)Makefile 8.2 (Berkeley) 1/4/94
# Doing a make includes builds /usr/include
@@ -12,12 +12,12 @@
getopt.h glob.h grp.h ifaddrs.h iconv.h \
inttypes.h iso646.h kvm.h langinfo.h libgen.h \
limits.h link.h link_aout.h link_elf.h locale.h \
- login_cap.h lwp.h malloc.h math.h md2.h md4.h md5.h \
+ login_cap.h lwp.h malloc.h math.h md2.h \
memory.h mntopts.h mpool.h \
ndbm.h netconfig.h netdb.h netgroup.h nlist.h nl_types.h \
nsswitch.h paths.h pwd.h randomid.h ranlib.h re_comp.h regex.h regexp.h \
resolv.h rmd160.h rmt.h sa.h sched.h search.h semaphore.h setjmp.h \
- sgtty.h sha1.h signal.h stab.h stddef.h stdio.h stdlib.h string.h \
+ sgtty.h signal.h stab.h stddef.h stdio.h stdlib.h string.h \
strings.h stringlist.h struct.h sysexits.h tar.h threadlib.h time.h \
ttyent.h tzfile.h ucontext.h ulimit.h unistd.h util.h utime.h utmp.h \
utmpx.h vis.h wchar.h wctype.h
diff -r f7a528c094ac -r 2b865d61d4cf include/md4.h
--- a/include/md4.h Wed Oct 01 01:31:20 2003 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,8 +0,0 @@
-/* $NetBSD: md4.h,v 1.4 2003/09/30 19:18:28 christos Exp $ */
-
-#ifndef _MD4_H_
-#define _MD4_H_
-
-#include <sys/md4.h>
-
-#endif /* _MD4_H_ */
diff -r f7a528c094ac -r 2b865d61d4cf include/md5.h
--- a/include/md5.h Wed Oct 01 01:31:20 2003 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,8 +0,0 @@
-/* $NetBSD: md5.h,v 1.4 2003/09/30 19:18:28 christos Exp $ */
-
-#ifndef _MD5_H_
-#define _MD5_H_
-
-#include <sys/md5.h>
-
-#endif /* _MD5_H_ */
diff -r f7a528c094ac -r 2b865d61d4cf include/sha1.h
--- a/include/sha1.h Wed Oct 01 01:31:20 2003 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,8 +0,0 @@
-/* $NetBSD: sha1.h,v 1.3 2003/09/30 19:15:42 christos Exp $ */
-
-#ifndef _SHA1_H_
-#define _SHA1_H_
-
-#include <sys/sha1.h>
-
-#endif /* _SHA1_H_ */
Home |
Main Index |
Thread Index |
Old Index