Fix damaged patch. Oopsie.
This commit is contained in:
parent
f76b5706a5
commit
27fc2aa9ce
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=55036
1 changed files with 10 additions and 10 deletions
|
@ -1,10 +1,10 @@
|
|||
--- smbval/smbencrypt.c.orig Tue Feb 19 10:34:51 2002
|
||||
+++ smbval/smbencrypt.c Tue Feb 19 10:39:28 2002
|
||||
@@ -21,6 +21,7 @@
|
||||
*/
|
||||
=20
|
||||
#include <string.h>
|
||||
+#include <sys/types.h>
|
||||
#include <arpa/inet.h>
|
||||
#include <dirent.h>
|
||||
#include <string.h>
|
||||
--- smbval/smbencrypt.c.orig Sat Aug 19 12:58:07 2000
|
||||
+++ smbval/smbencrypt.c Thu Feb 21 07:11:09 2002
|
||||
@@ -21,6 +21,7 @@
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
+#include <sys/types.h>
|
||||
#include <arpa/inet.h>
|
||||
#include <dirent.h>
|
||||
#include <string.h>
|
||||
|
|
Loading…
Reference in a new issue