summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7f26664)
raw | patch | inline | side by side (parent: 7f26664)
author | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Sat, 30 Apr 2005 23:26:56 +0000 (16:26 -0700) | ||
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Sat, 30 Apr 2005 23:26:56 +0000 (16:26 -0700) |
We used to have all these time-related issues, long gone now.
rev-tree.c | patch | blob | history |
diff --git a/rev-tree.c b/rev-tree.c
index 03c900f459c0e6ae7fc9455589be00375f44eac8..95ec274fc7fa68d2e70446104c51732ac7815fe2 100644 (file)
--- a/rev-tree.c
+++ b/rev-tree.c
-#define _XOPEN_SOURCE /* glibc2 needs this */
-#define _BSD_SOURCE /* for tm.tm_gmtoff */
-#include <time.h>
-#include <ctype.h>
-
#include "cache.h"
#include "commit.h"