Module Name: src
Committed By: rin
Date: Mon Nov 6 03:10:26 UTC 2017
Modified Files:
src/external/bsd/nvi/dist/cl: cl_main.c
Log Message:
No need to include ip_extern.h here.
No binary changes.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/bsd/nvi/dist/cl/cl_main.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/bsd/nvi/dist/cl/cl_main.c
diff -u src/external/bsd/nvi/dist/cl/cl_main.c:1.6 src/external/bsd/nvi/dist/cl/cl_main.c:1.7
--- src/external/bsd/nvi/dist/cl/cl_main.c:1.6 Fri Sep 1 07:21:01 2017
+++ src/external/bsd/nvi/dist/cl/cl_main.c Mon Nov 6 03:10:26 2017
@@ -1,4 +1,4 @@
-/* $NetBSD: cl_main.c,v 1.6 2017/09/01 07:21:01 mlelstv Exp $ */
+/* $NetBSD: cl_main.c,v 1.7 2017/11/06 03:10:26 rin Exp $ */
/*-
* Copyright (c) 1993, 1994
* The Regents of the University of California. All rights reserved.
@@ -16,7 +16,7 @@
static const char sccsid[] = "Id: cl_main.c,v 10.54 2001/07/29 19:07:27 skimo Exp (Berkeley) Date: 2001/07/29 19:07:27 ";
#endif /* not lint */
#else
-__RCSID("$NetBSD: cl_main.c,v 1.6 2017/09/01 07:21:01 mlelstv Exp $");
+__RCSID("$NetBSD: cl_main.c,v 1.7 2017/11/06 03:10:26 rin Exp $");
#endif
#include <sys/types.h>
@@ -33,7 +33,6 @@ __RCSID("$NetBSD: cl_main.c,v 1.6 2017/0
#include <unistd.h>
#include "../common/common.h"
-#include "ip_extern.h"
#include "cl.h"
#include "pathnames.h"