DEBSOURCES
Skip Quicknav
sources / ns3 / 3.7.1-7 / nsc-0.5.1 / linux-2.6.26 / include / linux / utime.h
1234567891011
#ifndef _LINUX_UTIME_H #define _LINUX_UTIME_H #include <linux/types.h> struct utimbuf { time_t actime; time_t modtime; }; #endif