mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
22 lines
459 B
Plaintext
22 lines
459 B
Plaintext
diff -ur --unidirectional-new-file skipsrc-1.0.orig/libdb/hash/ndbm.c work.new/libdb/hash/ndbm.c
|
|
--- skipsrc-1.0.orig/libdb/hash/ndbm.c Fri Oct 25 13:12:22 1996
|
|
+++ work.new/libdb/hash/ndbm.c Mon Mar 8 21:33:38 1999
|
|
@@ -180,7 +180,7 @@
|
|
HTAB *hp;
|
|
|
|
hp = (HTAB *)db->internal;
|
|
- return (hp->errno);
|
|
+ return (hp->errnum);
|
|
}
|
|
|
|
extern int
|
|
@@ -190,7 +190,7 @@
|
|
HTAB *hp;
|
|
|
|
hp = (HTAB *)db->internal;
|
|
- hp->errno = 0;
|
|
+ hp->errnum = 0;
|
|
return (0);
|
|
}
|
|
|