]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Don't include <unistd.h>. system.h already does that.
authorJim Meyering <jim@meyering.net>
Tue, 22 Jul 2003 14:13:37 +0000 (14:13 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 22 Jul 2003 14:13:37 +0000 (14:13 +0000)
src/hostid.c

index 6eec1c3b02a578f6510ab7f4815e2f799aae64ac..a0ea77be8a40272a8378057214815c8293c193cf 100644 (file)
@@ -1,5 +1,5 @@
 /* print the hexadecimal identifier for the current host
-   Copyright (C) 1997, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1997, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -20,9 +20,6 @@
 #include <config.h>
 #include <stdio.h>
 #include <sys/types.h>
-#if HAVE_UNISTD_H
-# include <unistd.h>
-#endif
 
 #include "system.h"
 #include "closeout.h"