diff options
Diffstat (limited to 'net/kdenetwork11/files/patch-aa')
-rw-r--r-- | net/kdenetwork11/files/patch-aa | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/net/kdenetwork11/files/patch-aa b/net/kdenetwork11/files/patch-aa new file mode 100644 index 000000000000..081ceda612b2 --- /dev/null +++ b/net/kdenetwork11/files/patch-aa @@ -0,0 +1,19 @@ +*** kppp/opener.h~ Sat Dec 19 22:28:22 1998 +--- kppp/opener.h Thu Dec 31 00:22:12 1998 +*************** +*** 32,38 **** + bool createAuthFile(int authMethod, char *username, char *password); + bool removeAuthFile(int authMethod); + const char* authFile(int authMethod, int version = Original); + +- enum { Original=0x100, New=0x200, Old=0x400 } Version; + int socket; + char lockfile[MaxPathLen+1]; +--- 32,38 ---- + bool createAuthFile(int authMethod, char *username, char *password); + bool removeAuthFile(int authMethod); ++ enum { Original=0x100, New=0x200, Old=0x400 } Version; + const char* authFile(int authMethod, int version = Original); + + int socket; + char lockfile[MaxPathLen+1]; |