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