pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/pkg_install/files/add There is no master/slav...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3e592f1c08d1
branches:  trunk
changeset: 533772:3e592f1c08d1
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Sep 29 13:24:32 2007 +0000

description:
There is no master/slave mode anymore.

diffstat:

 pkgtools/pkg_install/files/add/add.h |  6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diffs (20 lines):

diff -r ac8f928dc4e4 -r 3e592f1c08d1 pkgtools/pkg_install/files/add/add.h
--- a/pkgtools/pkg_install/files/add/add.h      Sat Sep 29 13:17:52 2007 +0000
+++ b/pkgtools/pkg_install/files/add/add.h      Sat Sep 29 13:24:32 2007 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: add.h,v 1.9 2007/08/14 22:47:51 joerg Exp $ */
+/* $NetBSD: add.h,v 1.10 2007/09/29 13:24:32 rillig Exp $ */
 
 /* from FreeBSD Id: add.h,v 1.8 1997/02/22 16:09:15 peter Exp  */
 
@@ -25,10 +25,6 @@
 #ifndef _INST_ADD_H_INCLUDE
 #define _INST_ADD_H_INCLUDE
 
-typedef enum {
-       NORMAL, MASTER, SLAVE
-}       add_mode_t;
-
 extern char *OverrideMachine;
 extern char *Prefix;
 extern char *View;



Home | Main Index | Thread Index | Old Index