pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/shells/pdksh/files merge pkgsrc's patch-ab (remove ext...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4f895516eee9
branches:  trunk
changeset: 542626:4f895516eee9
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Fri May 23 17:19:49 2008 +0000

description:
merge pkgsrc's patch-ab (remove extern int errno;)

diffstat:

 shells/pdksh/files/sh.h |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 4049b104197c -r 4f895516eee9 shells/pdksh/files/sh.h
--- a/shells/pdksh/files/sh.h   Fri May 23 17:15:14 2008 +0000
+++ b/shells/pdksh/files/sh.h   Fri May 23 17:19:49 2008 +0000
@@ -2,7 +2,7 @@
  * Public Domain Bourne/Korn shell
  */
 
-/* $Id: sh.h,v 1.1.1.1 2008/05/23 17:15:20 tnn Exp $ */
+/* $Id: sh.h,v 1.2 2008/05/23 17:19:49 tnn Exp $ */
 
 #include "config.h"    /* system and option configuration info */
 
@@ -116,7 +116,6 @@
 #endif /* HAVE_PROTOTYPES */
 
 #include <errno.h>
-extern int errno;
 
 #ifdef HAVE_FCNTL_H
 # include <fcntl.h>



Home | Main Index | Thread Index | Old Index