debian/rules: Use `git' potty wrapper.
[qmail] / seek_trunc.c
CommitLineData
2117e02e
MW
1#include <sys/types.h>
2#include "seek.h"
3
4int seek_trunc(fd,pos) int fd; seek_pos pos;
5{ return ftruncate(fd,(off_t) pos); }