Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/pkgtools/pkg_install/files/create/main.c,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/pkgtools/pkg_install/files/create/main.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.15 retrieving revision 1.16 diff -u -p -r1.15 -r1.16 --- pkgsrc/pkgtools/pkg_install/files/create/main.c 2009/05/13 03:33:50 1.15 +++ pkgsrc/pkgtools/pkg_install/files/create/main.c 2009/08/02 17:56:44 1.16 @@ -1,4 +1,4 @@ -/* $NetBSD: main.c,v 1.15 2009/05/13 03:33:50 joerg Exp $ */ +/* $NetBSD: main.c,v 1.16 2009/08/02 17:56:44 joerg Exp $ */ #if HAVE_CONFIG_H #include "config.h" @@ -7,7 +7,7 @@ #if HAVE_SYS_CDEFS_H #include #endif -__RCSID("$NetBSD: main.c,v 1.15 2009/05/13 03:33:50 joerg Exp $"); +__RCSID("$NetBSD: main.c,v 1.16 2009/08/02 17:56:44 joerg Exp $"); /* * FreeBSD install - a package for the installation and maintainance @@ -47,7 +47,7 @@ char *SrcDir = NULL; char *DefaultOwner = NULL; char *DefaultGroup = NULL; char *realprefix = NULL; -char *CompressionType = NULL; +const char *CompressionType = NULL; int update_pkgdb = 1; int create_views = 0; int PlistOnly = 0; @@ -70,11 +70,6 @@ usage(void) exit(1); } -void -cleanup(int in_signal) -{ -} - int main(int argc, char **argv) {