cvs rlog -r1.12 src/sys/sys/kthread.h ---------------------------- revision 1.12 date: 2007/10/26 17:03:22; author: julian; state: Exp; lines: +1 -1 kthread_exit needs no stinkin argument. Prototype changed. While I'm here, fix __this__ particular patch file name since its already there. files/patch-zaptel::zaptel.c-> files/patch-zaptel__zaptel.c Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->sobomax Over to maintainer (via the GNATS Auto Assign Tool)
This isn't quite right, I need to conditionalize this: grep kthread_exit */sys/sys/kthread.h src-RELENG_5/sys/sys/kthread.h:void kthread_exit(int) __dead2; src-RELENG_6/sys/sys/kthread.h:void kthread_exit(int) __dead2; src-RELENG_7/sys/sys/kthread.h:void kthread_exit(int) __dead2; src-HEAD/sys/sys/kthread.h :void kthread_exit(void) __dead2; -- ------------------------------------------------------------------------ Philip M. Gollucci (philip@ridecharge.com) o:703.549.2050x206 Senior System Admin - Riderway, Inc. http://riderway.com / http://ridecharge.com 1024D/EC88A0BF 0DE5 C55C 6BF3 B235 2DAB B89E 1324 9B4F EC88 A0BF Work like you don't need the money, love like you'll never get hurt, and dance like nobody's watching.
Here is the correct one: Note, no files added or deleted this time. http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/freebsd-versions.html >>8.0-CURRENT after renaming kthread_create() and friends to >>kproc_create() etc. -- ------------------------------------------------------------------------ Philip M. Gollucci (philip@ridecharge.com) o:703.549.2050x206 Senior System Admin - Riderway, Inc. http://riderway.com / http://ridecharge.com 1024D/EC88A0BF 0DE5 C55C 6BF3 B235 2DAB B89E 1324 9B4F EC88 A0BF Work like you don't need the money, love like you'll never get hurt, and dance like nobody's watching.
State Changed From-To: open->closed Committed, thanks!
pav 2008-03-31 13:46:47 UTC FreeBSD ports repository Modified files: misc/zaptel/files patch-zaptel::zaptel.c Log: - Fix build on 8-CURRENT PR: ports/117879, ports/118061 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>, erwin Approved by: maintainer timeout (sobomax; 4 months) Revision Changes Path 1.5 +28 -4 ports/misc/zaptel/files/patch-zaptel::zaptel.c _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"