openssh-portable/contrib/win32/win32compat/inc/sys/param.h

11 lines
168 B
C

#ifndef COMPAT_PARAM_H
#define COMPAT_PARAM_H 1
typedef unsigned int uid_t;
typedef unsigned int gid_t;
typedef long long off_t;
typedef unsigned int dev_t;
#endif