20040330: changes for Interix; in particular, pkg_add(8) no longer sets

umask explicitly.
This commit is contained in:
tv 2004-03-30 15:16:17 +00:00
parent 87d110abfa
commit fd77b8c8a1
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: version.h,v 1.44 2004/01/15 09:33:39 agc Exp $ */
/* $NetBSD: version.h,v 1.45 2004/03/30 15:16:17 tv Exp $ */
/*
* Copyright (c) 2001 Thomas Klausner. All rights reserved.
@ -33,6 +33,6 @@
#ifndef _INST_LIB_VERSION_H_
#define _INST_LIB_VERSION_H_
#define PKGTOOLS_VERSION "20040115"
#define PKGTOOLS_VERSION "20040330"
#endif /* _INST_LIB_VERSION_H_ */