~ubuntu-branches/ubuntu/raring/virtualbox-ose/raring

« back to all changes in this revision

Viewing changes to src/bldprogs/preload.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Felix Geyer
  • Date: 2011-01-30 23:27:25 UTC
  • mfrom: (0.3.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20110130232725-2ouajjd2ggdet0zd
Tags: 4.0.2-dfsg-1ubuntu1
* Merge from Debian unstable, remaining changes:
  - Add Apport hook.
    - debian/virtualbox-ose.files/source_virtualbox-ose.py
    - debian/virtualbox-ose.install
  - Drop *-source packages.
* Drop ubuntu-01-fix-build-gcc45.patch, fixed upstream.
* Drop ubuntu-02-as-needed.patch, added to the Debian package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $Id: preload.cpp $ */
 
1
/* $Id: preload.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */
2
2
/** @file
3
3
 * bin2c - Binary 2 C Structure Converter.
4
4
 */
146
146
            if (   !strcmp(argv[i], "--version")
147
147
                || !strcmp(argv[i], "-V"))
148
148
            {
149
 
                printf("$Revision: 60692 $\n");
 
149
                printf("$Revision: 28800 $\n");
150
150
                return 0;
151
151
            }
152
152
            fprintf(stderr, "syntax error: unknown option '%s'\n", argv[i]);