~ubuntu-branches/ubuntu/utopic/modules/utopic-proposed

« back to all changes in this revision

Viewing changes to ModuleCmd_Use.c

  • Committer: Package Import Robot
  • Author(s): Alastair McKinstry
  • Date: 2013-01-26 15:04:02 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20130126150402-cdm9yfareli3c3q2
Tags: 3.2.10-1
* New upstream release. Closes: #397906.
* Fix ksh completion patch. Thanks to Bastian Neuberger. Closes: #697685.
* Now at Standards-Version: 3.9.4
* Move to Debhelper dependency >=9.
* Add hardening, linking as-needed.
* Add watch file thanks to Bart Martens.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
 **                                                                          ** 
30
30
 ** ************************************************************************ **/
31
31
 
32
 
static char Id[] = "@(#)$Id: ModuleCmd_Use.c,v 1.6.20.4 2011/11/28 21:13:15 rkowen Exp $";
 
32
static char Id[] = "@(#)$Id: af24837bb2adc1beba4276c79f510b5bf7e82331 $";
33
33
static void *UseId[] = { &UseId, Id };
34
34
 
35
35
/** ************************************************************************ **/