~ubuntu-branches/ubuntu/quantal/libgc/quantal

« back to all changes in this revision

Viewing changes to if_mach.c

  • Committer: Bazaar Package Importer
  • Author(s): Christoph Egger
  • Date: 2011-02-19 12:19:56 UTC
  • mfrom: (1.3.2 upstream) (0.1.5 experimental)
  • mto: This revision was merged to the branch mainline in revision 14.
  • Revision ID: james.westby@ubuntu.com-20110219121956-67rb69xlt5nud3v2
Tags: 1:7.1-5
Upload to unstable

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
# include <string.h>
6
6
# include <unistd.h>
7
7
 
8
 
int main(argc, argv, envp)
9
 
int argc;
10
 
char ** argv;
11
 
char ** envp;
 
8
int main(int argc, char **argv, char **envp)
12
9
{
13
10
    if (argc < 4) goto Usage;
14
11
    if (strcmp(MACH_TYPE, argv[1]) != 0) return(0);