~ubuntu-branches/ubuntu/edgy/gnustep-base/edgy

« back to all changes in this revision

Viewing changes to config/config.proccmd.c

  • Committer: Bazaar Package Importer
  • Author(s): Christoph Berg, Hubert Chan, Christoph Berg
  • Date: 2005-12-29 18:14:22 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051229181422-abmd8d53tpyxrum2
Tags: 1.11.2-1
[ Hubert Chan ]
* New upstream release.

[ Christoph Berg ]
* Point gdomap symlink to /usr/sbin.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 * Check to see if the final cmdline arg recorded in the /proc filesystem
3
3
 * is terminated by a nul.
4
4
 */
 
5
/*
 
6
  Copyright (C) 2005 Free Software Foundation
 
7
 
 
8
  Copying and distribution of this file, with or without modification,
 
9
  are permitted in any medium without royalty provided the copyright
 
10
  notice and this notice are preserved.
 
11
*/
5
12
#include <stdio.h>
6
13
int main()
7
14
{