warns=4
This commit is contained in:
parent
14e4157f2e
commit
d8a5b3caf5
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: Makefile,v 1.12 2004/04/23 22:11:44 christos Exp $
|
# $NetBSD: Makefile,v 1.13 2006/03/16 23:25:17 christos Exp $
|
||||||
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
||||||
#
|
#
|
||||||
# Files are:
|
# Files are:
|
||||||
|
@ -31,7 +31,7 @@
|
||||||
# explicitly to remcap.c if not 1024
|
# explicitly to remcap.c if not 1024
|
||||||
# CONNECT enable ~C command (connect pgm to remote)
|
# CONNECT enable ~C command (connect pgm to remote)
|
||||||
|
|
||||||
WARNS=3
|
WARNS=4
|
||||||
PROG= tip
|
PROG= tip
|
||||||
CPPFLAGS+=-I${.CURDIR} \
|
CPPFLAGS+=-I${.CURDIR} \
|
||||||
-DDEFBR=1200 -DDEFFS=BUFSIZ -DACULOG -DPRISTINE -DCONNECT \
|
-DDEFBR=1200 -DDEFFS=BUFSIZ -DACULOG -DPRISTINE -DCONNECT \
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* $NetBSD: cu.c,v 1.7 2003/08/07 11:16:17 agc Exp $ */
|
/* $NetBSD: cu.c,v 1.8 2006/03/16 23:25:17 christos Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 1983, 1993
|
* Copyright (c) 1983, 1993
|
||||||
|
@ -34,7 +34,7 @@
|
||||||
#if 0
|
#if 0
|
||||||
static char sccsid[] = "@(#)cu.c 8.1 (Berkeley) 6/6/93";
|
static char sccsid[] = "@(#)cu.c 8.1 (Berkeley) 6/6/93";
|
||||||
#endif
|
#endif
|
||||||
__RCSID("$NetBSD: cu.c,v 1.7 2003/08/07 11:16:17 agc Exp $");
|
__RCSID("$NetBSD: cu.c,v 1.8 2006/03/16 23:25:17 christos Exp $");
|
||||||
#endif /* not lint */
|
#endif /* not lint */
|
||||||
|
|
||||||
#include "tip.h"
|
#include "tip.h"
|
||||||
|
@ -44,6 +44,7 @@ __RCSID("$NetBSD: cu.c,v 1.7 2003/08/07 11:16:17 agc Exp $");
|
||||||
*/
|
*/
|
||||||
int
|
int
|
||||||
cumain(argc, argv)
|
cumain(argc, argv)
|
||||||
|
int argc;
|
||||||
char *argv[];
|
char *argv[];
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
|
|
Loading…
Reference in New Issue