Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/less/less Remove !__STDC__.



details:   https://anonhg.NetBSD.org/src/rev/6c6660ed6b70
branches:  trunk
changeset: 532821:6c6660ed6b70
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sat Jun 15 18:27:20 2002 +0000

description:
Remove !__STDC__.

diffstat:

 usr.bin/less/less/lsystem.c |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (19 lines):

diff -r 51594513dd15 -r 6c6660ed6b70 usr.bin/less/less/lsystem.c
--- a/usr.bin/less/less/lsystem.c       Sat Jun 15 18:24:55 2002 +0000
+++ b/usr.bin/less/less/lsystem.c       Sat Jun 15 18:27:20 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: lsystem.c,v 1.5 2002/03/05 12:28:34 mrg Exp $  */
+/*     $NetBSD: lsystem.c,v 1.6 2002/06/15 18:27:20 wiz Exp $  */
 
 /*
  * Copyright (C) 1984-2000  Mark Nudelman
@@ -294,9 +294,6 @@
 {
        register FILE *f;
        register int c;
-#ifndef __STDC__
-       extern FILE *popen();
-#endif
 
        /*
         * This is structured much like lsystem().



Home | Main Index | Thread Index | Old Index