From 5282e73fd74cb7550d21d9625c51864253570590 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Tue, 19 Oct 2004 18:09:29 +0000 Subject: [PATCH] This is now WARNS 6 clean on 64-bit platforms. --- usr.sbin/mount_smbfs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/mount_smbfs/Makefile b/usr.sbin/mount_smbfs/Makefile index 482b95591dab..91be9b99b01b 100644 --- a/usr.sbin/mount_smbfs/Makefile +++ b/usr.sbin/mount_smbfs/Makefile @@ -2,7 +2,7 @@ PROG= mount_smbfs SRCS= mount_smbfs.c getmntopts.c -WARNS?= 0 +WARNS?= 6 MAN= mount_smbfs.8 MOUNTDIR= ${.CURDIR}/../../sbin/mount