summaryrefslogtreecommitdiffstats
path: root/include/rpcsvc
diff options
context:
space:
mode:
Diffstat (limited to 'include/rpcsvc')
-rw-r--r--include/rpcsvc/nis_db.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/rpcsvc/nis_db.h b/include/rpcsvc/nis_db.h
index b933e2c..89c148a 100644
--- a/include/rpcsvc/nis_db.h
+++ b/include/rpcsvc/nis_db.h
@@ -25,6 +25,8 @@
* Sun Microsystems, Inc.
* 2550 Garcia Avenue
* Mountain View, California 94043
+ *
+ * $Id$
*/
/*
@@ -78,7 +80,7 @@ enum db_action {
DB_FIRST = 3,
DB_NEXT = 4,
DB_ALL = 5,
- DB_RESET_NEXT = 6,
+ DB_RESET_NEXT = 6
};
typedef enum db_action db_action;
OpenPOWER on IntegriCloud