DragonFly commits List (threaded) for 2004-11
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: cvs commit: src/lib/libc/sys src/usr.bin/checkpt
On Mon, Nov 22, 2004 at 11:36:33PM -0800, Matthew Dillon wrote:
> dillon 2004/11/22 23:36:33 PST
>
> DragonFly src repository
>
> Modified files:
> lib/libc/sys Makefile.inc
> usr.bin/checkpt checkpt.1
> Added files:
> lib/libc/sys sys_checkpoint.2
> Log:
> Add the sys_checkpoint(2) manual page and expand checkpt(1).
> sys_checkpoint(2) is our checkpoint system call interface. It is capable
> of checkpointing and checkpoint-restoring programs with certain restrictions.
>
> Revision Changes Path
> 1.6 +1 -1 src/lib/libc/sys/Makefile.inc
> 1.2 +20 -9 src/usr.bin/checkpt/checkpt.1
>
>
> http://www.dragonflybsd.org/cvsweb/src/lib/libc/sys/Makefile.inc.diff?r1=1.5&r2=1.6&f=u
This change broke the build. I believe this patch should fix it:
Index: Makefile.inc
===================================================================
RCS file: /home/dcvs/src/lib/libc/sys/Makefile.inc,v
retrieving revision 1.6
diff -u -r1.6 Makefile.inc
--- Makefile.inc 23 Nov 2004 07:36:32 -0000 1.6
+++ Makefile.inc 23 Nov 2004 17:56:54 -0000
@@ -81,7 +81,7 @@
MAN+= _exit.2 accept.2 access.2 acct.2 adjtime.2 \
aio_cancel.2 aio_error.2 aio_read.2 aio_return.2 \
aio_suspend.2 aio_waitcomplete.2 aio_write.2 \
- bind.2 brk.2 checkpoint.2 chdir.2 chflags.2 \
+ bind.2 brk.2 sys_checkpoint.2 chdir.2 chflags.2 \
chmod.2 chown.2 chroot.2 clock_gettime.2 close.2 \
connect.2 dup.2 execve.2 \
fcntl.2 fhopen.2 flock.2 fork.2 fsync.2 \
@@ -113,6 +113,7 @@
.endif
MLINKS+=brk.2 sbrk.2
+MLINKS+=sys_checkpoint.2
MLINKS+=chdir.2 fchdir.2
MLINKS+=chflags.2 fchflags.2
MLINKS+=chmod.2 fchmod.2 chmod.2 lchmod.2
--
Michal Belczyk
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]