summaryrefslogtreecommitdiffstats
path: root/bin/sync
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2001-05-20 05:37:46 +0000
committerkris <kris@FreeBSD.org>2001-05-20 05:37:46 +0000
commit370c50d30036d203968bd6054c10d19d4affb7ea (patch)
treeb29e92bffd4c21a621fd2c86e2fc5aab27eb4f61 /bin/sync
parent70d80ba289bbd89e4d5fe68364b987b9358647e5 (diff)
downloadFreeBSD-src-370c50d30036d203968bd6054c10d19d4affb7ea.zip
FreeBSD-src-370c50d30036d203968bd6054c10d19d4affb7ea.tar.gz
Silence WARNS=2 and BDECFLAGS on alpha and i386
MFC after: 1 week
Diffstat (limited to 'bin/sync')
-rw-r--r--bin/sync/Makefile2
-rw-r--r--bin/sync/sync.c2
2 files changed, 4 insertions, 0 deletions
diff --git a/bin/sync/Makefile b/bin/sync/Makefile
index 72c664f..15f7abe 100644
--- a/bin/sync/Makefile
+++ b/bin/sync/Makefile
@@ -4,4 +4,6 @@
PROG= sync
MAN= sync.8
+WARNS= 2
+
.include <bsd.prog.mk>
diff --git a/bin/sync/sync.c b/bin/sync/sync.c
index 6fe3160..2a3b518 100644
--- a/bin/sync/sync.c
+++ b/bin/sync/sync.c
@@ -47,6 +47,8 @@ static const char rcsid[] =
#include <unistd.h>
+int main __P((void));
+
int
main()
{
OpenPOWER on IntegriCloud