[BACK]Return to patch-aa CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / security / tct / patches

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/security/tct/patches/patch-aa between version 1.1 and 1.2

version 1.1, 2002/01/03 10:58:57 version 1.2, 2005/01/22 15:59:58
Line 1 
Line 1 
 $NetBSD$  $NetBSD$
   
 --- src/aux/makedefs    2001/10/11 15:53:08     1.1  --- src/aux/makedefs.orig       2001-10-04 12:34:08.000000000 -0700
 +++ src/aux/makedefs    2001/10/11 15:53:44  +++ src/aux/makedefs
 @@ -2,6 +2,8 @@  @@ -2,6 +2,10 @@ SYSTEM=`(uname -s) 2>/dev/null`
  RELEASE=`(uname -r) 2>/dev/null`   RELEASE=`(uname -r) 2>/dev/null`
   
  case "$SYSTEM.$RELEASE" in   case "$SYSTEM.$RELEASE" in
 +   NetBSD.1*)  DEFS="-DNETBSD1"  +   NetBSD.1*)  DEFS="-DNETBSD1"
 +               ;;  +               ;;
   +   NetBSD.2*)  DEFS="-DNETBSD2"
   +               ;;
    FreeBSD.2*)   DEFS="-DFREEBSD2"     FreeBSD.2*)   DEFS="-DFREEBSD2"
                  ;;                   ;;
    FreeBSD.3*)   DEFS="-DFREEBSD3"     FreeBSD.3*)   DEFS="-DFREEBSD3"

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

CVSweb <webmaster@jp.NetBSD.org>