diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1998-01-16 12:39:20 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1998-01-16 12:39:20 +0000 |
| commit | b68659fc63341b54888954d105219f16e30f1c57 (patch) | |
| tree | ae097f5f71c075c620ef0b408f7463ac664251f7 /include/rpcsvc | |
| parent | a67d6a593383492eff4e2b92a29d8746ba792b01 (diff) | |
Notes
Diffstat (limited to 'include/rpcsvc')
| -rw-r--r-- | include/rpcsvc/nis_db.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/rpcsvc/nis_db.h b/include/rpcsvc/nis_db.h index b933e2c4f3d4..89c148a38fac 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; |
