repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Do the Windows oldnames workaround through the C++ GNULIB_NAMESPACE.
[gnulib.git]
/
modules
/
pt_chown
blob
5cf4a7c47cf5c30eb672274352d3498148c59a6d
1
Description:
2
Helper program for setting the owner of the slave side of a pseudo-terminal.
3
4
Files:
5
lib/pt_chown.c
6
lib/pty-private.h
7
8
Depends-on:
9
ptsname
10
root-uid
11
stdlib
12
configmake
13
stat
14
15
configure.ac:
16
17
Makefile.am:
18
# TODO: Add rules for installing as setuid root (chown root, chmod a=rx,u+s).
19
pkglibexec_PROGRAMS = pt_chown
20
pt_chown_LDADD = libgnu.a
21
22
Include:
23
24
License:
25
LGPLv2+
26
27
Maintainer:
28
glibc