[DESCRIBE CHANGES] * fix a few non-critical bugs in UFS2 patch Generated with FreeBSD Port Tools 0.50
State Changed From-To: open->feedback Do we really need to regenerate all of configure? If so, perhaps we could put this patch up on personal web space or I can put it on ftp.freebsd.org, and/or get it integrated with the upstream distribution.
State Changed From-To: feedback->closed Feedback timeout.
State Changed From-To: closed->open Reopen, I misread the patch.
State Changed From-To: open->feedback Does not buid on 4-STABLE: cc -DHAVE_CONFIG_H -I. -I. -I.. -I../stage1 -Wall -Wmissing-prototypes -Wunused -Wshadow -Wpointer-arith -malign-jumps=1 -malign-loops=1 -malign-functions=1 -Wundef -I../lib -DGRUB_UTIL=1 -DFSYS_EXT2FS=1 -DFSYS_FAT=1 -DFSYS_FFS=1 -DFSYS_UFS2=1 -DFSYS_JFS=1 -DFSYS_MINIX=1 -DFSYS_REISERFS=1 -DFSYS_VSTAFS=1 -DFSYS_XFS=1 -DUSE_MD5_PASSWORDS=1 -DSUPPORT_SERIAL=1 -DSUPPORT_HERCULES=1 -fwritable-strings -O -pipe -c -o libgrub_a-fsys_ufs2.o `test -f 'fsys_ufs2.c' || echo './'`fsys_ufs2.c In file included from /usr/include/stdio.h:43, from /usr/include/ncurses.h:76, from shared.h:294, from fsys_ufs2.c:66: /usr/include/sys/cdefs.h:273: warning: `_POSIX_C_SOURCE' is not defined /usr/include/sys/cdefs.h:279: warning: `_POSIX_C_SOURCE' is not defined In file included from fsys_ufs2.c:69: ufs2.h:72: redefinition of `__uint8_t' /usr/include/machine/ansi.h:131: `__uint8_t' previously declared here ufs2.h:73: redefinition of `__uint16_t' /usr/include/machine/ansi.h:133: `__uint16_t' previously declared here ufs2.h:74: redefinition of `__uint32_t' /usr/include/machine/ansi.h:135: `__uint32_t' previously declared here ufs2.h:75: redefinition of `__uint64_t' /usr/include/machine/ansi.h:119: `__uint64_t' previously declared here gmake[3]: *** [libgrub_a-fsys_ufs2.o] Error 1 gmake[3]: Leaving directory `/tmp/a/ports/sysutils/grub/work/grub-0.94/stage2' gmake[2]: *** [all] Error 2 gmake[2]: Leaving directory `/tmp/a/ports/sysutils/grub/work/grub-0.94/stage2' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/tmp/a/ports/sysutils/grub/work/grub-0.94' gmake: *** [all] Error 2 *** Error code 2
Hmm... It's strange. I remember I've fixed it. Apply this patch please. -- Sem.
State Changed From-To: feedback->closed Committed, thanks!