Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F145268852
D4548.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
506 B
Referenced Files
None
Subscribers
None
D4548.id.diff
View Options
Index: head/usr.sbin/ypldap/ber.c
===================================================================
--- head/usr.sbin/ypldap/ber.c
+++ head/usr.sbin/ypldap/ber.c
@@ -27,7 +27,6 @@
#include <err.h> /* XXX for debug output */
#include <stdio.h> /* XXX for debug output */
#include <string.h>
-#include <strings.h>
#include <unistd.h>
#include <stdarg.h>
@@ -1219,8 +1218,7 @@
void
ber_free(struct ber *b)
{
- if (b->br_wbuf != NULL)
- free (b->br_wbuf);
+ free(b->br_wbuf);
}
static ssize_t
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Feb 18, 8:06 PM (1 h, 7 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28854280
Default Alt Text
D4548.id.diff (506 B)
Attached To
Mode
D4548: Remove unused header strings.h and sync the code with OpenBSD.
Attached
Detach File
Event Timeline
Log In to Comment