Mercurial > hg > octave-kai > gnulib-hg
view lib/dev-ino.h @ 5775:73ab05626d30
Propagate intprops.h comment fixes to mktime.c and strftime.c.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Sat, 26 Mar 2005 18:08:56 +0000 |
parents | 20e26e1fcaec |
children |
line wrap: on
line source
#ifndef DEV_INO_H # define DEV_INO_H 1 # include <sys/types.h> # include <sys/stat.h> struct dev_ino { ino_t st_ino; dev_t st_dev; }; #endif