head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.54 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.52 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.50 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.3.0.48 pkgsrc-2011Q2-base:1.3 pkgsrc-2009Q4:1.3.0.46 pkgsrc-2009Q4-base:1.3 pkgsrc-2008Q4:1.3.0.44 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.42 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.40 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.38 pkgsrc-2008Q2-base:1.3 pkgsrc-2008Q1:1.3.0.36 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.3.0.34 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.3.0.32 pkgsrc-2007Q3-base:1.3 pkgsrc-2007Q2:1.3.0.30 pkgsrc-2007Q2-base:1.3 pkgsrc-2007Q1:1.3.0.28 pkgsrc-2007Q1-base:1.3 pkgsrc-2006Q4:1.3.0.26 pkgsrc-2006Q4-base:1.3 pkgsrc-2006Q3:1.3.0.24 pkgsrc-2006Q3-base:1.3 pkgsrc-2006Q2:1.3.0.22 pkgsrc-2006Q2-base:1.3 pkgsrc-2006Q1:1.3.0.20 pkgsrc-2006Q1-base:1.3 pkgsrc-2005Q4:1.3.0.18 pkgsrc-2005Q4-base:1.3 pkgsrc-2005Q3:1.3.0.16 pkgsrc-2005Q3-base:1.3 pkgsrc-2005Q2:1.3.0.14 pkgsrc-2005Q2-base:1.3 pkgsrc-2005Q1:1.3.0.12 pkgsrc-2005Q1-base:1.3 pkgsrc-2004Q4:1.3.0.10 pkgsrc-2004Q4-base:1.3 pkgsrc-2004Q3:1.3.0.8 pkgsrc-2004Q3-base:1.3 pkgsrc-2004Q2:1.3.0.6 pkgsrc-2004Q2-base:1.3 pkgsrc-2004Q1:1.3.0.4 pkgsrc-2004Q1-base:1.3 pkgsrc-2003Q4:1.3.0.2 pkgsrc-2003Q4-base:1.3 buildlink2:1.2.0.2 buildlink2-base:1.3 netbsd-1-5-PATCH003:1.2 netbsd-1-5-PATCH001:1.2 netbsd-1-5-RELEASE:1.2 netbsd-1-4-PATCH003:1.2 netbsd-1-4-PATCH002:1.1; locks; strict; comment @# @; 1.3 date 2002.05.31.15.35.21; author seb; state dead; branches; next 1.2; 1.2 date 2000.02.29.15.28.49; author minoura; state Exp; branches 1.2.2.1; next 1.1; 1.1 date 99.11.01.10.23.45; author sakamoto; state Exp; branches; next ; 1.2.2.1 date 2002.06.23.18.49.18; author jlam; state dead; branches; next ; desc @@ 1.3 log @Remove all package and category files from the japanese category. This effectively retire the japanese category. @ text @$NetBSD: patch-al,v 1.2 2000/02/29 15:28:49 minoura Exp $ --- ./uip/vmh.c.orig Tue Feb 9 20:30:00 1999 +++ ./uip/vmh.c Tue Feb 29 23:19:05 2000 @@@@ -23,6 +23,9 @@@@ If curses ever gets fixed, then XYZ code can be removed */ +#ifdef UNISTD +#include +#endif #ifdef __osf__ #define _BSD #endif @@@@ -85,9 +88,15 @@@@ #define _maxy maxy #define _curx curx /* curses.h */ #define _cury cury +#ifndef __NetBSD__ void __cputchar __P((int)); +#endif #undef _putchar +#ifdef BSD44 +#define _putchar __cputchar +#else #define _putchar (int (*)()) __cputchar +#endif #include /* sgttyb */ #endif /* !__NCURSES_H && (BSD44 || linux) */ @@@@ -1509,7 +1518,7 @@@@ tpgrp; TYPESIG (*tstat) (); - if ((pgrp = getpgrp (0)) == NOTOK) + if ((pgrp = getpgrp (/*0*/)) == NOTOK) adios ("process group", "unable to determine"); for (;;) { if (ioctl (fileno (stdin), TIOCGPGRP, (char *) &tpgrp) == NOTOK) @ 1.2 log @Avoid conflict of __cputchar() prototype. @ text @d1 1 a1 1 $NetBSD: patch-al,v 1.1 1999/11/01 10:23:45 sakamoto Exp $ @ 1.2.2.1 log @Merge from pkgsrc-current to buildlink2 branch. @ text @d1 1 a1 1 $NetBSD: patch-al,v 1.2 2000/02/29 15:28:49 minoura Exp $ @ 1.1 log @Add patches for warning of vfork and tputs, from nork@@cityfujisawa.ne.jp (Norikatsu Shigemura). @ text @d1 1 a1 1 $NetBSD$ d4 3 a6 2 +++ ./uip/vmh.c Mon Nov 1 19:13:30 1999 @@@@ -24,4 +24,7 @@@@ d14 6 a19 1 @@@@ -88,5 +91,9 @@@@ d21 1 d30 3 a32 1 @@@@ -1510,5 +1517,5 @@@@ d39 1 @