mirror of
https://github.com/PowerShell/Win32-OpenSSH.git
synced 2025-07-05 13:14:43 +02:00
11 lines
162 B
C
11 lines
162 B
C
#ifndef COMPAT_PARAM_H
|
|
#define COMPAT_PARAM_H 1
|
|
|
|
typedef unsigned int uid_t;
|
|
typedef unsigned int gid_t;
|
|
typedef long off_t;
|
|
typedef unsigned int dev_t;
|
|
|
|
|
|
#endif
|