~lool/ujail/misc-fixes

« back to all changes in this revision

Viewing changes to proof_of_concept.c

  • Committer: Loïc Minier
  • Date: 2009-12-29 15:48:02 UTC
  • Revision ID: lool@dooz.org-20091229154802-hw3yzg371wdkvgrk
Fix filenames

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
  long patch_data = 0x01b80cd;
41
41
  long backup;
42
42
 
43
 
  printf("test.c starting...\n");
 
43
  printf(__FILE__ " starting...\n");
44
44
  child_pid = fork();
45
45
  
46
46
  if (child_pid == 0) {