1
0
Fork 0

slightly more valid dates/compilation warnings

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1675
This commit is contained in:
Peter Veenstra 2004-02-10 16:32:10 +00:00
parent a8e431cc6d
commit b5697eb1f7
4 changed files with 8 additions and 6 deletions

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2002 The DOSBox Team
* Copyright (C) 2002-2004 The DOSBox Team
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@ -89,3 +89,4 @@ void PackIP(IPaddress ipAddr, PackedIP *ipPack);
#endif
#endif

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2002 The DOSBox Team
* Copyright (C) 2002-2004 The DOSBox Team
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@ -46,4 +46,5 @@ Bit8u packetCRC(Bit8u *buffer, Bit16u bufSize);
#endif
#endif
#endif

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2002 The DOSBox Team
* Copyright (C) 2002-2004 The DOSBox Team
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2002 The DOSBox Team
* Copyright (C) 2002-2004 The DOSBox Team
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@ -232,4 +232,4 @@ bool IPX_StartServer(Bit16u portnum) {
}
#endif
#endif