~ubuntu-branches/debian/stretch/alpine/stretch

« back to all changes in this revision

Viewing changes to web/src/alpined.d/signal.c

  • Committer: Bazaar Package Importer
  • Author(s): Asheesh Laroia
  • Date: 2008-09-23 12:17:56 UTC
  • mfrom: (2.1.8 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080923121756-6u4x8bwq89qlzt32
Tags: 2.00+dfsg-2
Update to package description: note that Alpine is no longer in
alpha. (Closes: #499640)

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
#endif
4
4
 
5
5
/* ========================================================================
6
 
 * Copyright 2006-2007 University of Washington
 
6
 * Copyright 2006-2008 University of Washington
7
7
 *
8
8
 * Licensed under the Apache License, Version 2.0 (the "License");
9
9
 * you may not use this file except in compliance with the License.
267
267
/*
268
268
 * Command interrupt support.
269
269
 */
270
 
void
 
270
int
271
271
intr_handling_on(void)
272
272
{
 
273
    return 0;
273
274
}
274
275
 
275
276