ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/common/porting.C
(Generate patch)

Comparing deliantra/server/common/porting.C (file contents):
Revision 1.14 by root, Mon Feb 5 01:24:45 2007 UTC vs.
Revision 1.15 by pippijn, Thu Mar 1 12:28:16 2007 UTC

47 47
48#include <unistd.h> 48#include <unistd.h>
49 49
50/* Has to be after above includes so we don't redefine some values */ 50/* Has to be after above includes so we don't redefine some values */
51#include "global.h" 51#include "global.h"
52
53static unsigned int curtmp = 0;
54 52
55/* This function removes everything in the directory. */ 53/* This function removes everything in the directory. */
56void 54void
57remove_directory (const char *path) 55remove_directory (const char *path)
58{ 56{

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines