Fixed a nasty bug I introduced when I fixed IMAP that made it impossible to send mail. Apparently I don't send that much.... it's been in there for a good week or so.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9663 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Nathan Whitehorn
2004-10-30 17:19:06 +00:00
parent a2c00cded5
commit fcdc48f1a7
7 changed files with 58 additions and 28 deletions
+9 -6
View File
@@ -25,12 +25,15 @@
#include <parsedate.h>
#ifdef BONE
#ifdef _KERNEL_MODE
#undef _KERNEL_MODE
#include <sys/socket.h>
#define _KERNEL_MODE 1
#endif
#include <bone_serial_ppp.h>
#include <sys/socket.h>
#define BONE_SERIAL_PPP_GET_STATUS 0xbe230501
#define BSPPP_CONNECTED 4
typedef struct {
char if_name[32];
int connection_status;
status_t last_error;
int connect_speed;
} bsppp_status_t;
#include <unistd.h>
#endif