Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/join Remove duplicate unistd.h inclusion. Igor Sobra...



details:   https://anonhg.NetBSD.org/src/rev/088ec18644f9
branches:  trunk
changeset: 546266:088ec18644f9
user:      wiz <wiz%NetBSD.org@localhost>
date:      Thu Apr 24 08:22:05 2003 +0000

description:
Remove duplicate unistd.h inclusion. Igor Sobrado, PR 21300.

diffstat:

 usr.bin/join/join.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r a5ccc1a2dfd2 -r 088ec18644f9 usr.bin/join/join.c
--- a/usr.bin/join/join.c       Thu Apr 24 08:05:35 2003 +0000
+++ b/usr.bin/join/join.c       Thu Apr 24 08:22:05 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: join.c,v 1.21 2002/07/24 17:03:00 jonb Exp $   */
+/*     $NetBSD: join.c,v 1.22 2003/04/24 08:22:05 wiz Exp $    */
 
 /*-
  * Copyright (c) 1991 The Regents of the University of California.
@@ -48,7 +48,7 @@
 #if 0
 static char sccsid[] = "from: @(#)join.c       5.1 (Berkeley) 11/18/91";
 #else
-__RCSID("$NetBSD: join.c,v 1.21 2002/07/24 17:03:00 jonb Exp $");
+__RCSID("$NetBSD: join.c,v 1.22 2003/04/24 08:22:05 wiz Exp $");
 #endif
 #endif /* not lint */
 
@@ -58,7 +58,6 @@
 #include <errno.h>
 #include <stdio.h>
 #include <stdlib.h>
-#include <unistd.h>
 #include <string.h>
 #include <unistd.h>
 



Home | Main Index | Thread Index | Old Index