Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F150798745
D6647.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
654 B
Referenced Files
None
Subscribers
None
D6647.diff
View Options
Index: head/include/ndbm.h
===================================================================
--- head/include/ndbm.h
+++ head/include/ndbm.h
@@ -52,7 +52,7 @@
#define DBM_SUFFIX ".db"
typedef struct {
- char *dptr;
+ void *dptr;
int dsize;
} datum;
Index: head/lib/libc/db/man/dbm.3
===================================================================
--- head/lib/libc/db/man/dbm.3
+++ head/lib/libc/db/man/dbm.3
@@ -15,7 +15,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd February 19, 2015
+.Dd May 30, 2016
.Dt DBM 3
.Os
.Sh NAME
@@ -66,7 +66,7 @@
.In ndbm.h :
.Bd -literal
typedef struct {
- char *dptr;
+ void *dptr;
int dsize;
} datum;
.Ed
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Apr 5, 3:25 AM (15 h, 41 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30865476
Default Alt Text
D6647.diff (654 B)
Attached To
Mode
D6647: Let dbm's datum::dptr use the right type.
Attached
Detach File
Event Timeline
Log In to Comment