Module Name:    src
Committed By:   plunky
Date:           Sat Apr  3 11:55:41 UTC 2010

Modified Files:
        src/sbin/mount_smbfs: Makefile.inc

Log Message:
use -Wno-pointer-sign in the HAVE_PCC case also


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sbin/mount_smbfs/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sbin/mount_smbfs/Makefile.inc
diff -u src/sbin/mount_smbfs/Makefile.inc:1.2 src/sbin/mount_smbfs/Makefile.inc:1.3
--- src/sbin/mount_smbfs/Makefile.inc:1.2	Mon Feb  8 07:56:06 2010
+++ src/sbin/mount_smbfs/Makefile.inc	Sat Apr  3 11:55:41 2010
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.inc,v 1.2 2010/02/08 07:56:06 plunky Exp $
+#	$NetBSD: Makefile.inc,v 1.3 2010/04/03 11:55:41 plunky Exp $
 #
 
 SRCS+=	rcfile.c ctx.c cfopt.c subr.c nls.c rap.c mbuf.c rq.c file.c \
@@ -13,7 +13,7 @@
 DPADD+=${LIBUTIL}
 LDADD+=-lutil
 
-.if defined(HAVE_GCC) && ${HAVE_GCC} == 4
+.if (defined(HAVE_GCC) && ${HAVE_GCC} == 4) || defined(HAVE_PCC)
 .for f in ctx mbuf nb_name nbns_rq
 COPTS.${f}.c+=       -Wno-pointer-sign
 .endfor

Reply via email to