Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F106133598
D4548.id11221.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
491 B
Referenced Files
None
Subscribers
None
D4548.id11221.diff
View Options
Index: usr.sbin/ypldap/ber.c
===================================================================
--- usr.sbin/ypldap/ber.c
+++ 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
Thu, Dec 26, 11:10 PM (12 h, 6 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15608789
Default Alt Text
D4548.id11221.diff (491 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