DragonFly BSD
 

Issue1061

Title buildworld breakage (?) - newfs_hamer
Priority bug Status resolved
Superseder Nosy List bastyaelvtars
Assigned To Topics

Created on 2008-07-09.17:48:05 by bastyaelvtars, last changed 2008-08-19.12:12:20 by matthias.

Messages
msg5269 (view) Author: matthias Date: 2008-08-19.12:12:20
Fix committed by dillon@
msg4908 (view) Author: dillon Date: 2008-07-09.20:54:00
:/usr/src/sbin/newfs_hammer/newfs_hammer.c: In function 'format_root':
:/usr/src/sbin/newfs_hammer/newfs_hammer.c:530: error:
:'HAMMER_FIXKEY_PSEUDOFS' undeclared (first use in this
:function) /usr/src/sbin/newfs_hammer/newfs_hammer.c:530: error: (Each
:undeclared identifier is reported only
:once /usr/src/sbin/newfs_hammer/newfs_hammer.c:530: error: for each
:function it appears in.) *** Error code 1
:
:-- 
:Gergo Szakal MD <bastyaelvtars@gmail.com>

    Whoops, forgot to commit that last night.  Fixed.

					-Matt
					Matthew Dillon 
					<dillon@backplane.com>
msg4905 (view) Author: bastyaelvtars Date: 2008-07-09.17:48:02
/usr/src/sbin/newfs_hammer/newfs_hammer.c: In function 'format_root':
/usr/src/sbin/newfs_hammer/newfs_hammer.c:530: error:
'HAMMER_FIXKEY_PSEUDOFS' undeclared (first use in this
function) /usr/src/sbin/newfs_hammer/newfs_hammer.c:530: error: (Each
undeclared identifier is reported only
once /usr/src/sbin/newfs_hammer/newfs_hammer.c:530: error: for each
function it appears in.) *** Error code 1
History
Date User Action Args
2008-08-19 12:12:20matthiassetpriority: bug
status: chatting -> resolved
messages: + msg5269
2008-07-09 20:54:01dillonsetstatus: unread -> chatting
messages: + msg4908
2008-07-09 17:48:05bastyaelvtarscreate