Changeset 3709301
- Timestamp:
- 2010-07-14T23:52:11Z (14 years ago)
- Branches:
- master
- Children:
- 4346c3f4
- Parents:
- 324c378 (diff), 83e2d30 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ipc.c
r324c378 r3709301 2 2 * BitlBee -- An IRC to other IM-networks gateway * 3 3 * * 4 * Copyright 2002-20 06Wilmer van der Gaast and others *4 * Copyright 2002-2010 Wilmer van der Gaast and others * 5 5 \********************************************************************/ 6 6 … … 29 29 #include "commands.h" 30 30 #ifndef _WIN32 31 #include <sys/uio.h> 31 32 #include <sys/un.h> 32 33 #endif -
ipc.h
r324c378 r3709301 2 2 * BitlBee -- An IRC to other IM-networks gateway * 3 3 * * 4 * Copyright 2002-20 04Wilmer van der Gaast and others *4 * Copyright 2002-2010 Wilmer van der Gaast and others * 5 5 \********************************************************************/ 6 6
Note: See TracChangeset
for help on using the changeset viewer.