Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/nvi/dist/cl No need to include ip_extern.h here.



details:   https://anonhg.NetBSD.org/src/rev/c2016314a100
branches:  trunk
changeset: 827624:c2016314a100
user:      rin <rin%NetBSD.org@localhost>
date:      Mon Nov 06 03:10:26 2017 +0000

description:
No need to include ip_extern.h here.
No binary changes.

diffstat:

 external/bsd/nvi/dist/cl/cl_main.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 0d9ec5ba5898 -r c2016314a100 external/bsd/nvi/dist/cl/cl_main.c
--- a/external/bsd/nvi/dist/cl/cl_main.c        Mon Nov 06 03:08:41 2017 +0000
+++ b/external/bsd/nvi/dist/cl/cl_main.c        Mon Nov 06 03:10:26 2017 +0000
@@ -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 @@
 #include <unistd.h>
 
 #include "../common/common.h"
-#include "ip_extern.h"
 #include "cl.h"
 #include "pathnames.h"
 



Home | Main Index | Thread Index | Old Index