Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/include Pull up revision 1.14 (requested by matt):
details: https://anonhg.NetBSD.org/src/rev/14506be9a75e
branches: netbsd-1-4
changeset: 470633:14506be9a75e
user: he <he%NetBSD.org@localhost>
date: Thu Jun 01 17:47:11 2000 +0000
description:
Pull up revision 1.14 (requested by matt):
Enable searching for libraries under /emul/aout, and make sure
that ELF libraries are not erroneously accepted.
diffstat:
include/paths.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 84c74a094925 -r 14506be9a75e include/paths.h
--- a/include/paths.h Thu Jun 01 17:46:23 2000 +0000
+++ b/include/paths.h Thu Jun 01 17:47:11 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: paths.h,v 1.13 1999/03/26 07:27:04 mrg Exp $ */
+/* $NetBSD: paths.h,v 1.13.2.1 2000/06/01 17:47:11 he Exp $ */
/*
* Copyright (c) 1989, 1993
@@ -83,6 +83,7 @@
* see the __CONCAT() macro from <sys/cdefs.h> for cpp examples.
*/
#define _PATH_DEV "/dev/"
+#define _PATH_EMUL_AOUT "/emul/aout/"
#define _PATH_TMP "/tmp/"
#define _PATH_VARDB "/var/db/"
#define _PATH_VARRUN "/var/run/"
Home |
Main Index |
Thread Index |
Old Index