~ubuntu-branches/ubuntu/trusty/librep/trusty

« back to all changes in this revision

Viewing changes to src/unix_main.c

  • Committer: Bazaar Package Importer
  • Author(s): Christian Marillat
  • Date: 2005-01-14 14:18:11 UTC
  • mfrom: (2.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050114141811-k2x3wczuc17qai2v
Tags: 0.17-7
Build with -Oo for amd64

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* unix_main.c -- Miscellaneous functions for Unix
2
2
   Copyright (C) 1993, 1994 John Harper <john@dcs.warwick.ac.uk>
3
 
   $Id: unix_main.c,v 1.65 2001/08/08 06:15:32 jsh Exp $
 
3
   $Id: unix_main.c,v 1.66 2002/02/19 05:33:53 jsh Exp $
4
4
 
5
5
   This file is part of Jade.
6
6
 
82
82
}
83
83
 
84
84
u_long
 
85
rep_getpid (void)
 
86
{
 
87
    return getpid ();
 
88
}
 
89
 
 
90
u_long
85
91
rep_time(void)
86
92
{
87
93
    return time(0);