debian/rules: Use `git' potty wrapper.
[qmail] / seek_end.c
1 #include <sys/types.h>
2 #include "seek.h"
3
4 #define END 2 /* sigh */
5
6 int seek_end(fd) int fd;
7 { if (lseek(fd,(off_t) 0,END) == -1) return -1; return 0; }