Search
j0ke.net Open Build Service
>
Projects
>
server:monitoring
>
tac_plus
> tac_plus-gcc43.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File tac_plus-gcc43.patch of Package tac_plus (Revision 18)
Currently displaying revision
18
,
show latest
--- tac_plus.cpp.orig 2008-06-29 12:36:17.000000000 +0200 +++ tac_plus.cpp 2008-06-29 12:36:37.000000000 +0200 @@ -27,6 +27,7 @@ #include <pthread.h> // For POSIX threads #include <netinet/in.h> #include <unistd.h> +#include <string.h> #include "md5.h" #include "tac_plus.h" --- tacacs.cpp.orig 2008-06-29 12:45:04.000000000 +0200 +++ tacacs.cpp 2008-06-29 12:45:18.000000000 +0200 @@ -18,6 +18,7 @@ #include <cstdlib> #include <netinet/in.h> +#include <string.h> #include "tac_plus.h" #include "tacacs.h" --- tac_plus.h.orig 2008-06-29 13:03:43.000000000 +0200 +++ tac_plus.h 2008-06-29 13:04:04.000000000 +0200 @@ -21,6 +21,7 @@ #include <map> #include <string> +#include <event.h> using namespace std; --- PracticalSocket.cpp.orig 2008-06-29 13:14:15.000000000 +0200 +++ PracticalSocket.cpp 2008-06-29 13:17:58.000000000 +0200 @@ -31,6 +31,8 @@ #include <arpa/inet.h> // For inet_addr() #include <unistd.h> // For close() #include <netinet/in.h> // For sockaddr_in + #include <stdlib.h> + #include <string.h> typedef void raw_type; // Type used for raw data on this platform #endif --- authen.cpp.orig 2008-06-29 13:25:32.000000000 +0200 +++ authen.cpp 2008-06-29 13:25:49.000000000 +0200 @@ -17,6 +17,8 @@ */ #include <netinet/in.h> +#include <string.h> +#include <stdlib.h> #include "tac_plus.h" #include "tacacs.h" #include "md5.h" --- db.cpp.orig 2008-06-29 13:28:05.000000000 +0200 +++ db.cpp 2008-06-29 13:41:01.000000000 +0200 @@ -20,6 +20,8 @@ #include "tacacs.h" #include <stdarg.h> #include <unistd.h> +#include <stdlib.h> +#include <string.h> db::db(string *url) { dbh = new DBH;