Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 260316
Collapse All | Expand All

(-)symlinks-1.2/symlinks.c.orig (-4 / +1 lines)
Lines 1-9 Link Here
1
#include <unistd.h>
1
#include <unistd.h>
2
#ifndef _POSIX_SOURCE
3
#define _POSIX_SOURCE
4
#endif
5
#include <stdio.h>
2
#include <stdio.h>
6
#include <malloc.h>
3
#include <stdlib.h>
7
#include <string.h>
4
#include <string.h>
8
#include <fcntl.h>
5
#include <fcntl.h>
9
#include <sys/param.h>
6
#include <sys/param.h>

Return to bug 260316