This is the mail archive of the sid@sourceware.org mailing list for the SID project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch][commit] libgloss::SYS_reconfig value


I've committed the attached patch which changes the value of libgloss::SYS_reconfig to match the value in libgloss/syscall.h.

Dave

2007-11-07  Dave Brolley  <brolley@redhat.com>

	* libgloss.h (libgloss::SYS_reconfig): Value to changed to match the new
	value in libgloss/syscall.h.

Index: sid/component/gloss/libgloss.h
===================================================================
RCS file: /cvs/src/src/sid/component/gloss/libgloss.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -r1.6 -r1.7
22d21
<     SYS_reconfig = 0,
41a41
>     SYS_reconfig = 25,

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]