Changes in / [3709301:324c378]
Legend:
- Unmodified
- Added
- Removed
-
ipc.c
r3709301 r324c378 2 2 * BitlBee -- An IRC to other IM-networks gateway * 3 3 * * 4 * Copyright 2002-20 10Wilmer van der Gaast and others *4 * Copyright 2002-2006 Wilmer van der Gaast and others * 5 5 \********************************************************************/ 6 6 … … 29 29 #include "commands.h" 30 30 #ifndef _WIN32 31 #include <sys/uio.h>32 31 #include <sys/un.h> 33 32 #endif -
ipc.h
r3709301 r324c378 2 2 * BitlBee -- An IRC to other IM-networks gateway * 3 3 * * 4 * Copyright 2002-20 10Wilmer van der Gaast and others *4 * Copyright 2002-2004 Wilmer van der Gaast and others * 5 5 \********************************************************************/ 6 6
Note: See TracChangeset
for help on using the changeset viewer.