usr/src/cmd/svr4pkg/pkgcond/pkgcond.h
changeset 12734 76969fc28795
parent 9781 ccf49524d5dc
--- a/usr/src/cmd/svr4pkg/pkgcond/pkgcond.h	Wed Jun 30 17:40:22 2010 +0800
+++ b/usr/src/cmd/svr4pkg/pkgcond/pkgcond.h	Wed Jun 30 03:42:01 2010 -0700
@@ -20,8 +20,7 @@
  */
 
 /*
- * Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
- * Use is subject to license terms.
+ * Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
  */
 
 #ifndef _PKGCOND_H
@@ -46,9 +45,6 @@
 #define	ENV_VAR_INITIAL_INSTALL	"PKG_INIT_INSTALL"
 #define	ENV_VAR_PATCH_CLIENTVER	"PATCH_CLIENT_VERSION"
 
-/* file system types */
-#define	FSTYPE_INHERITED	"inherited"
-
 /* return codes used with pkgcond itself */
 #define	R_SUCCESS	0x0	/* condition match / success */
 #define	R_FAILURE	0x1	/* condition no match / failure */