mirror of
https://github.com/PowerShell/Win32-OpenSSH.git
synced 2025-11-19 21:29:58 +01:00
11 lines
168 B
C
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
|