diff options
author | Randal L. Schwartz <merlyn@stonehenge.com> | 2006-09-23 17:20:45 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-09-24 00:00:47 -0700 |
commit | ed1795fcc5f2aa3f105630429bcbed49c50053fa (patch) | |
tree | 39f1a12acecd9db7e4ba3a6e62221a760c6fa0fd /t | |
parent | a2f3db2f5de2a3667b0e038aa65e3e097e642e7d (diff) | |
download | git-ed1795fcc5f2aa3f105630429bcbed49c50053fa.tar.gz git-ed1795fcc5f2aa3f105630429bcbed49c50053fa.tar.xz |
builtin-upload-archive.c broken on openbsd
Looks like ctype again. Gotta be careful with that on BSD releases:
$ gmake prefix=/opt/git all
GIT_VERSION = 1.4.2.GIT
gcc -o builtin-upload-archive.o -c -g -O2 -Wall -I/usr/local/include -DSHA1_HEADER='<openssl/sha.h>' -DNO_STRCASESTR builtin-upload-archive.c
In file included from /usr/include/sys/poll.h:54,
from builtin-upload-archive.c:11:
/usr/include/ctype.h:68: error: syntax error before ']' token
/usr/include/ctype.h:69: error: syntax error before ']' token
...
/usr/include/sys/poll.h:53:1: unterminated #ifndef
/usr/include/sys/poll.h:28:1: unterminated #ifndef
gmake: *** [builtin-upload-archive.o] Error 1
This fixes it.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 't')
0 files changed, 0 insertions, 0 deletions