Minor style change.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8330 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -4,11 +4,11 @@
|
|||||||
** Distributed under the terms of the OpenBeOS License.
|
** Distributed under the terms of the OpenBeOS License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
|
||||||
|
|
||||||
struct utimbuf
|
struct utimbuf {
|
||||||
{
|
|
||||||
time_t actime; /* access time */
|
time_t actime; /* access time */
|
||||||
time_t modtime; /* modification time */
|
time_t modtime; /* modification time */
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user