Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: [netbsd-4] src/dist/iscsi/src
Hello,
> Module Name: src
> Committed By: bouyer
> Date: Mon Jan 21 20:02:48 UTC 2008
>
> Modified Files:
> src/dist/iscsi/src [netbsd-4]: Makefile.in TODO conffile.c configure
> configure.ac disk.c driver.c initiator.c iscsi-harness.8
> iscsi-harness.c iscsi-target.c iscsi.c netmask.c osd-target.c osd.c
> osd_ops.c osdfs.c parameters.c so.c storage.c strtoll.c target.c
> targets.5 tests.c usocktest.c util.c uuid.c
> Removed Files:
> src/dist/iscsi/src [netbsd-4]: auths iscsiconfig.c ktarget.c ktest.c
> md5.c mknodes.c mount_iscsi.c targets
This patch breaks the build:
CC=/home/cg/netbsd/netbsd-4/obj/tooldir.NetBSD-4.0_STABLE-i386/bin/i386--netbsdelf-gcc
/home/cg/netbsd/netbsd-4/obj/tooldir.NetBSD-4.0_STABLE-i386/bin/nbmkdep -f
iscsi.d -- -DCONFIG_ISCSI_DEBUG -D_FILE_OFFSET_BITS=64
-I/home/cg/netbsd/netbsd-4/src/dist/iscsi/include -pthread -nostdinc -isystem
/home/cg/netbsd/netbsd-4/obj/destdir.i386/usr/include
/home/cg/netbsd/netbsd-4/src/dist/iscsi/src/iscsi.c
/home/cg/netbsd/netbsd-4/src/dist/iscsi/src/iscsi.c:55:23: error: iscsiutil.h:
No such file or directory
nbmkdep: compile failed.
*** [iscsi.d] Error code 1
--- disk.d ---
/home/cg/netbsd/netbsd-4/src/dist/iscsi/src/disk.c:119:23: error: iscsiutil.h:
No such file or directory
See change in <20071112232543.9335721507%cvs.netbsd.org@localhost>:
Module Name: src
Committed By: agc
Date: Mon Nov 12 23:25:43 UTC 2007
Modified Files:
src/dist/iscsi/doc: README
src/dist/iscsi/include: driver.h iscsi.h osd.h target.h
src/dist/iscsi/src: Makefile.in disk.c driver.c iscsi-target.c iscsi.c
ktarget.c netmask.c osd-target.c osd.c osd_ops.c osdfs.c
parameters.c so.c storage.c usocktest.c util.c
Added Files:
src/dist/iscsi/include: iscsiutil.h
Removed Files:
src/dist/iscsi/include: util.h
Log Message:
Rename include/util.h to include/iscsiutil.h to avoid a nameclash
with /usr/include/util.h.
Kind regards,
Christian Gall
--
C isn't that hard: void (*(*f[])())() defines f as an array of
unspecified size, of pointers to functions that return pointers to
functions that return void.
Home |
Main Index |
Thread Index |
Old Index