~azzar1/unity/add-show-desktop-key

  • Committer: dcoles
  • Date: 2008-08-27 06:00:10 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:1042
Trampoline: Marked the code as _XOPEN_SOURCE feature test macro so that we can 
use -ansi -Wall (or gnuc) and not get horrible warnings. (We are basically just  
using POSIX.1 + chroot features here). Also restructured the code flow a tiny 
bit (daemonize is now the last thing called since we want to return any errors 
before we fork away from the parent)
Filename Latest Rev Last Changed Committer Comment Size
..
Makefile 337 16 years ago drtomc Make trampoline use the path canonicalization code 91 bytes Diff Download File
norm.c 337 16 years ago drtomc Make trampoline use the path canonicalization code 4.5 KB Diff Download File
norm.dot 335 16 years ago drtomc Log live pushdown automata! Sat down and *thought* 558 bytes Diff Download File
norm.h 337 16 years ago drtomc Make trampoline use the path canonicalization code 245 bytes Diff Download File
test.c 336 16 years ago drtomc Rename main.c to test.c. Should have been that in 495 bytes Diff Download File
trampoline.c 1042 16 years ago dcoles Trampoline: Marked the code as _XOPEN_SOURCE featu 10.6 KB Diff Download File