author | Brandon Casey <drafnel@gmail.com> | |
Fri, 17 Jun 2011 18:19:26 +0000 (11:19 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 17 Jun 2011 18:30:14 +0000 (11:30 -0700) | ||
commit | 7c1fdd7019ea03438744849b9532cf768ba1247c | |
tree | 533856a1d74989c41b935d98b0a29e9e3e736a96 | tree | snapshot |
parent | adc3b2b27670f123bd7dd742ba0fa0e0a60e1b19 | commit | diff |
sh-i18n--envsubst.c: do not #include getopt.h
The getopt.h header file is not used. It's inclusion is left over from the
original version of this source. Additionally, getopt.h does not exist on
all platforms (SunOS 5.7) and will cause a compilation failure. So, let's
remove it.
Signed-off-by: Brandon Casey <casey@nrlssc.navy.mil>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
The getopt.h header file is not used. It's inclusion is left over from the
original version of this source. Additionally, getopt.h does not exist on
all platforms (SunOS 5.7) and will cause a compilation failure. So, let's
remove it.
Signed-off-by: Brandon Casey <casey@nrlssc.navy.mil>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
sh-i18n--envsubst.c | diff | blob | history |