Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/hpc/stand/libz zlib doesn't care about __daddr_t.
details: https://anonhg.NetBSD.org/src/rev/6eeb1b419385
branches: trunk
changeset: 587279:6eeb1b419385
user: uwe <uwe%NetBSD.org@localhost>
date: Wed Jan 18 00:11:27 2006 +0000
description:
zlib doesn't care about __daddr_t.
Nothing cares about __signed.
Move common/dist/zlib up in the list of include dirs.
diffstat:
sys/arch/hpc/stand/libz/libz.config | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diffs (28 lines):
diff -r 0901369d4959 -r 6eeb1b419385 sys/arch/hpc/stand/libz/libz.config
--- a/sys/arch/hpc/stand/libz/libz.config Tue Jan 17 23:39:53 2006 +0000
+++ b/sys/arch/hpc/stand/libz/libz.config Wed Jan 18 00:11:27 2006 +0000
@@ -1,5 +1,5 @@
#!/bin/sh
-# $NetBSD: libz.config,v 1.7 2006/01/17 03:32:10 uwe Exp $
+# $NetBSD: libz.config,v 1.8 2006/01/18 00:11:27 uwe Exp $
# config file/script to generate project file (.dsp/.vcp) for libz
@@ -18,16 +18,14 @@
CPPDEF_LIST='
_STANDALONE
__STDC__
- __signed=signed
__COMPILER_INT64__=__int64
__COMPILER_UINT64__="unsigned#__int64"
- __daddr_t=int32_t
'
INCDIR_LIST='
.
+ ../../../../../common/dist/zlib
../include
../../../..
- ../../../../../common/dist/zlib
'
LIBDEP_LIST=''
LIBRARY_LIST=''
Home |
Main Index |
Thread Index |
Old Index