Deleted Added
sdiff udiff text old ( 276478 ) new ( 277443 )
full compact
1/* $NetBSD: t_fchmodat.c,v 1.2 2013/03/17 04:46:06 jmmv Exp $ */
2
3/*-
4 * Copyright (c) 2012 The NetBSD Foundation, Inc.
5 * All rights reserved.
6 *
7 * This code is derived from software contributed to The NetBSD Foundation
8 * by Emmanuel Dreyfus.

--- 26 unchanged lines hidden (view full) ---

35#include <errno.h>
36#include <fcntl.h>
37#include <limits.h>
38#include <paths.h>
39#include <stdio.h>
40#include <string.h>
41#include <unistd.h>
42#include <sys/param.h>
43
44#define DIR "dir"
45#define FILE "dir/fchmodat"
46#define BASEFILE "fchmodat"
47#define LINK "dir/symlink"
48#define BASELINK "symlink"
49#define FILEERR "dir/fchmodaterr"
50

--- 147 unchanged lines hidden ---