[syslinux:master] setadv: remove unused, nonportable header file

syslinux-bot for H. Peter Anvin hpa at linux.intel.com
Tue Jun 22 17:12:20 PDT 2010


Commit-ID:  bdf96656c4418a691868b85cb90a80f353b0cb0b
Gitweb:     http://syslinux.zytor.com/commit/bdf96656c4418a691868b85cb90a80f353b0cb0b
Author:     H. Peter Anvin <hpa at linux.intel.com>
AuthorDate: Tue, 22 Jun 2010 17:06:23 -0700
Committer:  H. Peter Anvin <hpa at linux.intel.com>
CommitDate: Tue, 22 Jun 2010 17:06:23 -0700

setadv: remove unused, nonportable header file

This file does not need <sys/types.h>.

Signed-off-by: H. Peter Anvin <hpa at linux.intel.com>


---
 libinstaller/setadv.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/libinstaller/setadv.c b/libinstaller/setadv.c
index 61f1f34..9cf6f18 100644
--- a/libinstaller/setadv.c
+++ b/libinstaller/setadv.c
@@ -28,7 +28,6 @@
 #include <stdint.h>
 #include <string.h>
 #include <errno.h>
-#include <sys/types.h>
 #include "syslxint.h"
 #include "syslxcom.h"
 



More information about the Syslinux-commits mailing list