mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-14 10:09:48 +00:00
Adjust whitespace
This commit is contained in:
parent
b9fa960d93
commit
499640f195
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=58040
@ -61,7 +61,7 @@ struct prompt;
|
||||
struct iface;
|
||||
|
||||
struct bundle {
|
||||
struct fdescriptor desc; /* really all our datalinks */
|
||||
struct fdescriptor desc; /* really all our datalinks */
|
||||
int unit; /* The device/interface unit number */
|
||||
|
||||
struct {
|
||||
|
@ -26,7 +26,11 @@
|
||||
#include <sys/types.h>
|
||||
|
||||
#include <ctype.h>
|
||||
#ifdef __FreeBSD__
|
||||
#include <openssl/des.h>
|
||||
#else
|
||||
#include <des.h>
|
||||
#endif
|
||||
#include <string.h>
|
||||
|
||||
#include "chap_ms.h"
|
||||
|
Loading…
Reference in New Issue
Block a user