diff options
| author | Jörn Engel <joern@wohnheim.fh-wedel.de> | 2003-06-05 02:13:36 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2003-06-05 02:13:36 -0700 |
| commit | e5a74b6757a76ba570e55dd66a3839affb03ddde (patch) | |
| tree | 86792ba762506d7688b9bb9c6c2d7499f8535ae7 /include | |
| parent | 319b508d6409a24967766768968c83222f653c8d (diff) | |
[PATCH] zlib cleanup: z_off_t
This nice macro must have been one of the good intentions on the road
to hell. Completely unused. :)
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/zconf.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/zconf.h b/include/linux/zconf.h index 15afc7bd85de..dc4d77ff98ab 100644 --- a/include/linux/zconf.h +++ b/include/linux/zconf.h @@ -46,6 +46,5 @@ typedef void *voidp; #include <linux/types.h> /* for off_t */ #include <linux/unistd.h> /* for SEEK_* and off_t */ -#define z_off_t off_t #endif /* _ZCONF_H */ |
