aboutsummaryrefslogtreecommitdiff
path: root/include/db.h
diff options
context:
space:
mode:
authorPaul Traina <pst@FreeBSD.org>1996-02-27 19:42:44 +0000
committerPaul Traina <pst@FreeBSD.org>1996-02-27 19:42:44 +0000
commit90fd5bdfbfde6fb7ce02f1ba673b79ddccbae947 (patch)
treeac3f2bd9ea5edbe4ce35fc76aefbf4136bc14d0c /include/db.h
parentf1e396bc53f14d3514ce91e8e5e49a83d62b08fb (diff)
Notes
Diffstat (limited to 'include/db.h')
-rw-r--r--include/db.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/db.h b/include/db.h
index abf4ddd8cc15..cd907c3abe78 100644
--- a/include/db.h
+++ b/include/db.h
@@ -1,5 +1,5 @@
/*-
- * Copyright (c) 1990, 1993
+ * Copyright (c) 1990, 1993, 1994
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -30,7 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * @(#)db.h 8.4 (Berkeley) 2/21/94
+ * @(#)db.h 8.7 (Berkeley) 6/16/94
*/
#ifndef _DB_H_
@@ -152,7 +152,7 @@ typedef struct {
int lorder; /* byte order */
size_t reclen; /* record length (fixed-length records) */
u_char bval; /* delimiting byte (variable-length records */
- char *bfname; /* btree file name */
+ char *bfname; /* btree file name */
} RECNOINFO;
#ifdef __DBINTERFACE_PRIVATE