aboutsummaryrefslogtreecommitdiff
path: root/bin/sync
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2001-05-20 05:37:46 +0000
committerKris Kennaway <kris@FreeBSD.org>2001-05-20 05:37:46 +0000
commit22eb6dd432b53d052b3b9a67eda69ee1c131678d (patch)
tree019555b3b692c31216589dc2bdd31c45415d2fd2 /bin/sync
parent6dca651581165ea904315a4921710133247cf855 (diff)
downloadsrc-22eb6dd432b53d052b3b9a67eda69ee1c131678d.tar.gz
src-22eb6dd432b53d052b3b9a67eda69ee1c131678d.zip
Silence WARNS=2 and BDECFLAGS on alpha and i386
MFC after: 1 week
Notes
Notes: svn path=/head/; revision=76884
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 72c664f4afdd..15f7abec64ea 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 6fe316022702..2a3b5181849e 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()
{